home *** CD-ROM | disk | FTP | other *** search
/ Animations / Animations CD.iso / c / extrarc < prev    next >
AmigaDOS Script File  |  1994-09-18  |  183b  |  11 lines

  1. .KEY FN
  2. .BRA {
  3. .KET }
  4.  
  5. C:requeststring >env:temp RTitle "Please Select" Text "Where to UnLha to" $UnLha
  6. if not warn
  7.     C:Copy Env:temp Env:UnLha
  8.     cd $temp
  9.     C:lha <>con: x {FN} *
  10.     endif
  11.